<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…¨å±€æ&nbsp;·å¼*/
@charset "utf-8";
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:14px "å¾®è½¯é›…é»‘","Arial Narrow",HELVETICA;color:#000;-webkit-text-size-adjust:100%;overflow-x:hidden;min-width:320px;}
input:required,textarea:required{outline:0 none; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow: none;-webkit-appearance: none !important;}
a{text-decoration:none !important; cursor:pointer !important;color:#000;}
a:focus{outline:none;}
ul{margin:0;}
li{list-style: none;}
.container-fluid{max-width:1230px !important;}
.tr{transition:all 0.5s; -moz-transition:all 0.5s;-ms-transition:all 0.5s; -o-transition:all 0.5s; -webkit-transition:all 0.5s}
.tr2{transition:all 0.3s; -moz-transition:all 0.3s;-ms-transition:all 0.3s; -o-transition:all 0.3s; -webkit-transition:all 0.3s;}
.overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

header .top{border-bottom:1px solid #d7d7d9;}
header .top h5{line-height:35px;font-size:12px;color:#5e5e5e;}
header .top ul li{border-right:1px solid #d7d7d9;}
header .top ul li:first-child{border-left:1px solid #d7d7d9;}
header .top ul li a{display:block;color:#999;padding:0 15px;line-height:35px;font-size:20px;position: relative;}
header .top ul li a img{width:120px;height:120px;position: absolute;top:100%;right:0;z-index:100;display:none;}
header .top ul li a:hover{color:#fe9b0f;}
header .top ul li a:hover img{display:block;}
header .logo_box{height:112px;overflow:hidden;}
header .logo_box .logo{line-height:112px;max-width:52%;}
header .logo_box .logo img{max-width:100%;max-height:100px;}
header .logo_box .logo-2{margin:0 0 0 20px;max-width:19%;}
header .logo_box .phone{background:url(../images/icon1.png) no-repeat 0 center;padding-left:55px;margin-top:35px;}
header .logo_box .phone p{font-size:13px;color:#434343;}
header .logo_box .phone h5{font-size:24px;color:#098cd4;font-family:"Impact";}

/*PCç«¯å¯¼èˆª*/
nav{position:relative;background:#098cd4;}
nav a{color:#fff !important;font-size:16px;}
/*ä¸€çº§å¯¼èˆª*/ 
nav ul li{float:left;width:14.28%;text-align:center;position:relative;line-height:55px;border-right:1px solid #199ee7;}
nav ul li:first-child{border-left:1px solid #199ee7;}
nav ul li a{position:relative;display:block;}
nav ul li a:hover,nav ul li a.active{background:#fe9b0f;}
/*äºŒçº§å¯¼èˆª*/
nav ul li ul{position:absolute;display:none;left:0;top:100%;z-index:100;width:100%;}
nav ul li ul li{float:none;margin-top:1px;width:100%;line-height:35px;border:none;background:#098cd4;height:auto;border:none !important;}
nav ul li ul li a{font-size:14px;padding:0 5px;}
nav ul li:hover ul{display:block;}

/*bannerè½®æ’­*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide .img{
    height:450px;
}
.banner .but{
    width:50px;
    height:50px;
    background:#098cd4;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    left:-50px;
    margin-top:-25px;
    transition:all .3s;
}
.banner .swiper-button-next{
    left:auto;
    right:-50px;
}
.banner:hover .swiper-button-prev{
    left:10px;
}
.banner:hover .swiper-button-next{
    right:10px;
}
.banner .swiper-pagination{
    position:absolute;
    width:100%;
    bottom:10px;
    left:0;
}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 5px;
    background-color:#fff;
    opacity:1;
}
.banner .swiper-pagination-bullet-active{
    background-color:#098cd4;
}

/*äº§å“ä¸­å¿ƒ*/
.cpzx{margin:30px 0;}
.nav1 .title{line-height:78px;background:#098cd4;color:#fff;font-size:24px;font-weight:bold;position:relative;}
.nav1 .title span.span1{margin:0 10px 0 30px;position:relative;top:3px;}
.nav1 .title span.span2{position:absolute;top:0;right:15px;line-height:50px;}
.nav1 .title i{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;}
.nav1 ul li a {
    display: block;
    line-height: 50px;
    color: #292929;
    font-weight: bold;
    padding: 0 40px 0 20px;
    border-top: 1px solid #e4e4e4;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.nav1 ul li a::before,
.nav1 ul li a::after{
    content:"";
    width:1px;
    height:100%;
    background-color:#e4e4e4;
    position:absolute;
    top:0;
    left:0;
    transition: all .3s;
}
.nav1 ul li a::after{
    left:auto;
    right:0;
}
.nav1 ul li:first-child a{border-top:none;}
.nav1 ul li a:hover,
.nav1 ul li a.active {
    background: #098cd4;
    color: #fff;
}
.nav1 ul li a:hover::before,
.nav1 ul li a.active::before,
.nav1 ul li a:hover::after,
.nav1 ul li a.active::after{
    background: #098cd4;
}
.nav1 ul dl{padding:10px 0;display:none;}
.nav1 ul dl.dl1{display:block;}
.nav1 ul dl dd a{line-height:40px;display:block;color:#696969;padding:0 20px 0 40px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s;}
.nav1 ul dl dd a.active,.nav1 ul dl dd a:hover{color:#098cd4;}
.lx{background:url(../images/bg1.jpg) center center/cover;text-align:center;padding:40px 15px;}
.lx .text h5{font-size:28px;font-weight:bold;color:#fff;}
.lx .text p{color:#fff;padding:12px 0 20px;position:relative;display:inline-block;}
.lx .text p:before{content:"";width:130%;height:2px;background:#43aae3;position:absolute;bottom:0;left:-15%;}
.lx .phone{margin-top:20px;}
.lx .phone p{color:#fff;margin:13px 0 5px;}
.lx .phone h5{font-size:18px;color:#fff;font-family:"Impact";}
.cpzx_box{padding:0 5px;}
.cpzx_box .col-sm-12{padding:0 10px;}
.cpzx_box .col-lg-4{padding:0;}
.cp_con{display:block;border:1px solid #e4e4e4;padding:4px 4px 0 4px;transition:all .3s;margin:0 10px 20px;}
.cp_con .imgbox{overflow:hidden;border:1px solid #e4e4e4;}
.cp_con h5{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:40px;color:#292929;text-align:center;}

/*å…¬å¸ç®€ä»‹*/
.gsjj{background:url(../images/bg2.jpg) center center/cover;padding:60px 0;}
.gsjj .sp_box{padding:30px 0 0 30px;position:relative;}
.gsjj .sp{position:relative;height:380px;z-index:2;}
.gsjj .sp video{width:100%;height:100%;background:#000;}
.gsjj .sp_box i{width:100%;height:380px;background:url(../images/bg3.png) no-repeat left/contain;position:absolute;top:0;left:0;}
.gsjj .sp_box a{display:block;overflow:hidden;position:relative;z-index:2;}
.gsjj .sp_box a .img{height:373px;}
.gsjj .con .title_box{color:#fff;}
.gsjj .con .title{font-size:30px;font-weight:bold;color:#fff;}
.gsjj .con p{font-size:18px;color:rgba(255,255,255,0.6);padding:5px 0 30px;position:relative;}
.gsjj .con p:before{content:"";width:200px;height:2px;background:#fff;position:absolute;bottom:0;left:0;}
.gsjj .con .text{color:#fff;line-height:24px;height:144px;margin:30px 0;display:block;overflow:hidden;}
.gsjj .con ul{margin:0 -8px;}
.gsjj .con ul li{width:25%;padding:0 8px;}
.gsjj .con ul li a{display:block;background:#fff;text-align:center;padding:15px 0;}
.gsjj .con ul li a .imgbox img.img2{display:none;}
.gsjj .con ul li a .imgbox img{max-height:50px;}
.gsjj .con ul li a .imgbox{height:50px;line-height:50px;}
.gsjj .con ul li a h5{color:#999;margin-top:5px;}
.gsjj .con ul li a:hover img.img2{display:inline;}
.gsjj .con ul li a:hover img.img1{display:none;}
.gsjj .con ul li a:hover h5{color:#098cd4;}
.gsjj .con .text:hover{text-decoration: underline !important;}

.title1{margin:50px 0;text-align:center;overflow-x:hidden;}
.title1 .con{display:inline-block;position:relative;}
.title1 .con:before,.title1 .con:after{content:"";width:60px;height:1px;background:#cecece;position:absolute;top:50%;right:100%;margin-right:60px;}
.title1 .con:after{right:auto;left:100%;margin:0 0 0 60px;}
.title1 h5{font-size:30px;font-weight:bold;color:#292929;}
.title1 p{font-size:12px;color:#ccc;margin-top:10px;}

/*æœåŠ¡æµç¨‹*/
.fwlc ul.ul1{position:relative;}
.fwlc ul.ul1 li{width:14.1666%;;}
.fwlc ul.ul1 li .con{border:1px solid #ddd;padding:20px 0;text-align:center;}
.fwlc ul.ul1 li .imgbox{height:40px;line-height:40px;display:inline-block;}
.fwlc ul.ul1 li .imgbox img{max-height:40px;}
.fwlc ul.ul1 li .imgbox img.img2{display:none;}
.fwlc ul.ul1 li p{margin-left:10px;line-height:40px;display:inline-block;}
.fwlc ul.ul1 li .con:hover{background:#098cd4;border-color:#098cd4;}
.fwlc ul.ul1 li .con:hover img.img1{display:none;}
.fwlc ul.ul1 li .con:hover img.img2{display:inline;}
.fwlc ul.ul1 li .con:hover p{color:#fff;}
.fwlc ul.ul1 li.jt{width:3%;line-height:82px;text-align:center;}
.fwlc .con_box1{border:1px solid #ddd;margin:30px 0 50px;height:120px;padding:0 40px;position:relative;box-shadow:0 5px 8px rgba(0,0,0,0.2);}
.fwlc .con_box1:before{content:"";width:270px;height:100%;background:#f0f0f0;position:absolute;top:0;right:0;}
.fwlc .con_box1:after{content:"";border-right:100px solid #f0f0f0;border-top:120px solid transparent;position:absolute;bottom:0;right:270px;}
.fwlc .con_box1 .img{line-height:120px;}
.fwlc .con_box1 .img img{max-width:100%;}
.fwlc .con_box1 .img.img-2{margin-left:40px;max-width:48%;}
.fwlc .con_box1 .phone{position:relative;z-index:1;}
.fwlc .con_box1 .phone .text1{background:url(../images/icon8.png) no-repeat right center;text-align:right;padding-right:40px;margin:15px 0 5px;}
.fwlc .con_box1 .phone p{color:#999;}
.fwlc .con_box1 .phone h5{font-size:24px;color:#292929;font-family:"Impact";}
.fwlc .con_box1 .phone a{display:block;line-height:30px;background:#fe9b0f;color:#fff;text-align:center;transform:skew(-30deg);}
.fwlc .con_box1 .phone a span{transform:skew(30deg);display:block;}

/*åŽ‚æˆ¿è®¾å¤‡*/
.cfsb{background:url(../images/bg4.jpg) center center/cover;padding-bottom:110px;}
.news1{
    display:block;
    background-color:#fff;
}
.news1 .imgbox{
    overflow:hidden;
}
.news1 h5{
    line-height:35px;
    font-size:18px;
    color:#292929;
    text-align:center;
    padding:0 5px;
}
.news1:hover .img{
    transform:scale(1.1);
}
.news1:hover h5{
    background-color:#098cd4;
    color:#fff;
}

/* ä¼˜åŠ¿ */
.youshi .top{
    background-color:#0a58b0;
    height:214px;
}
.youshi .top .text{
    color:#fff;
    height:214px;
    display:flex;
    align-items:center;
}
.youshi .top .text p{
    margin:10px 0;
}
.youshi .top .text1{
    font-size:25px;
    line-height:35px;
}
.youshi .top .text2{
    font-size:36px;
    line-height:43px;
    text-align:right;
}
.youshi .top img.img-1{
    display:block;
    margin:0 auto;
    max-width:100%;
    margin-top:-59px;
}
.youshi-con{
    margin-top:50px;
    position: relative;
}
.youshi-con::before{
    content:"";
    width:2px;
    height:calc(100% - 406px);
    background-color:#0a58b0;
    position:absolute;
    top:410px;
    left:50%;
    margin-left:-1px;
}
.youshi-con i.bx{
    width:100%;
    height:6px;
    background-color:#0a58b0;
    position:absolute;
    top:407px;
    left:0;
}
.youshi-con i.bx::before{
    content:"";
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:20px solid #0a58b0;
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.youshi-con ul{
    margin:0 -20px 80px;
}
.youshi-con ul:last-child{
    margin-bottom:50px;
}
.youshi-con ul:nth-child(even) li:nth-child(1){
    float:left !important;
}
.youshi-con ul li{
    width:50%;
    padding:0 20px;
}
.youshi-con ul li .title {
    border-bottom:1px solid #959595;
    padding-bottom:20px;
    margin-bottom:20px;
}
.youshi-con ul li .title img{
    width:105px;
    height:116px;
}
.youshi-con ul li .title .text1{
    padding:5px 0 0 130px;
}
.youshi-con ul li .title .text1 h5{
    font-size:48px;
    font-weight:bold;
    color:#0a58b0;
}
.youshi-con ul li .title .text1 p{
    font-size:24px;
    color:#333;
    margin-top:10px;
}
.youshi-con ul li .text2{
    line-height:30px;
    height:210px;
    overflow:auto;
}
.youshi-con ul li .img{
    height:367px;
}

/*æ–°é—»åŠ¨æ€*/
.xwdt{padding-bottom:40px;background-color:#f6f6f6;}
.news2{display:block;border:1px solid #e4e4e4;padding:30px;position:relative;}
.news2:before{content:"";width:100%;height:180px;background:#1982ff;position:absolute;top:0;left:0;}
.news2 .imgbox{overflow:hidden;position:relative;z-index:2;}
.news2 .img{height:215px;}
.news2 .text_box h5{line-height:22px;height:44px;color:#292929;margin-top:20px;}
.news2 .text_box .text{line-height:20px;height:60px;color:#696969;margin:20px 0 30px;overflow:hidden;}
.news2 .text_box .rq{font-size:12px;color:#999;text-align:right;position:relative;}
.news2 .text_box .rq:before{content:"";width:60px;height:2px;background:#e1e1e1;position:absolute;bottom:0;left:0;}
.news3{display:block;border:1px solid #e4e4e4;padding:20px 10px 20px 0;margin-bottom:15px;}
.news3 .rq{width:150px;height:60px;text-align:center;border-right:1px solid #d3d3d3;}
.news3 .rq h4{font-size:40px;font-weight:bold;color:#989898;}
.news3 .rq p{color:#989898;}
.news3 .text_box{padding-left:170px;}
.news3 .text_box h5{font-size:16px;color:#292929;}
.news3 .text_box .text{color:#696969;line-height:18px;height:36px;margin-top:10px;overflow:hidden;}
.news3:hover{background:#1982ff;border-color:#1982ff;}
.news3:hover .rq h4,.news3:hover .rq p,.news3:hover .text_box h5,.news3:hover .text_box .text{color:#fff;}
.news3:hover .rq{border-right-color:#70b1ff;}

/* åˆä½œä¼™ä¼´ */
.hzhb{
    padding-bottom:50px;
}
.hzhb .swiper-container{
    padding-bottom:1px;
}
.news4{
    display:block;
    border:1px solid #ccc;
    overflow: hidden;
}
.news4:hover .img{
    transform:scale(.9);
}
.news4:hover{
    border-color:#1982ff;
}

/*å‹æƒ…é“¾æŽ¥*/
.yqlj{
    background-color:#098cd4;
    padding:20px 0;
}
.yqlj dl dt{
    color:#fff;
    border-right:1px solid #fff;
    padding-right:13px;
}
.yqlj dl dt h5{
    font-size:24px;
    font-weight:bold;
    text-transform: uppercase;
}
.yqlj dl dt p{
    margin-top:5px;
    font-weight:normal;
}
.yqlj dl dd{
    margin-left:100px;
    font-size:0;
}
.yqlj dl dd a{
    font-size:14px;
    color:#fff;
    display:inline-block;
    line-height:25px;
    margin-right:20px;
    transition:all .3s;
}
.yqlj dl dd a:hover{
    color:#000;
}




/*footer*/
footer{background:#2f2f2f;}
footer ul{margin:0 -30px;}
footer ul li{padding:40px 30px;width:33.33%;}
footer ul li .text1{font-size:12px;line-height:28px;color:rgba(255,255,255,0.6);margin:30px 0;}
footer ul li:nth-child(1) h5{font-size:12px;color:#fff;}
footer ul li:nth-child(1) img.logo{max-width:100%;}
footer ul li:nth-child(1) h5 img{margin-right:10px;position:relative;top:-1px;}
footer ul li:nth-child(2){border-left:1px solid #4e4e4e;border-right:1px solid #4e4e4e;}
footer ul li:nth-child(2) dl dt{font-size:18px;color:#fff;font-weight:normal;margin-bottom:20px;}
footer ul li:nth-child(2) dl dd{width:50%;color:#fff;line-height:25px;margin-bottom:10px;}
footer ul li:nth-child(2) dl dd a{color:#fff;transition:all .3s;position:relative;}
footer ul li:nth-child(2) dl dd a:before{content:"&gt;";margin-right:10px;}
footer ul li:nth-child(2) dl dd a:hover{color:#fe9b0f;}
footer ul li:nth-child(3) dl dt{font-size:18px;color:#fff;font-weight:normal;margin-bottom:20px;}
footer ul li:nth-child(3) dl dd{color:#fff;line-height:25px;margin-bottom:10px;}
footer ul li:nth-child(3) dl dd span{margin-right:10px;}
footer .bottom{padding:20px 0;border-top:1px solid #4e4e4e;}
footer .bottom .con{position:relative;}
footer .bottom p{color:rgba(255,255,255,0.3);}
footer .bottom p a{color:rgba(255,255,255,0.3) !important;transition:all .3s;}
footer .bottom p a:hover{color:#fff !important;}
footer .bottom i{width:40px;height:40px;background:#1982ff;text-align:center;line-height:40px;border-radius:5px;font-size:20px;color:#fff;cursor:pointer;}
footer .bottom i{position:absolute;top:-10px;right:0;z-index:10;}


/*å¾®ä¿¡å¼¹çª—*/
.weixin_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #ccc;
    padding: 30px 30px 0 30px;
    text-align: center;
    background: #fff;
    transform: scale(0);
    margin: -116px 0 0 -106px;
    z-index: 5000;
}

.weixin_popup.active {
    transform: scale(1);
    transition: transform .3s;
}

.weixin_popup i {
    color: #999;
    position: absolute;
    top: 5px;
    right: 5px;
    transform: rotate(45deg);
    font-size: 20px;
    cursor: pointer;
}

.weixin_popup i:hover {
    color: red;
}

.weixin_popup img {
    width: 150px;
    height: 150px;
}

.weixin_popup p {
    line-height: 30px;
}

/* å³ä¾§æ‚¬æµ® */
.suspend_nav{
    background: #098cd4;
    width: 52px;
    position: fixed;
    top:50%;
    right: 10px;
    text-align: center;
    z-index: 5000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transform:translateY(-50%);
}
.suspend_nav .list {
    height: 50px;
    color: #fff;
    padding-top: 6px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.suspend_nav .list:last-child {
    border: none;
}
.suspend_nav .list:before {
    content: "";
    width: 100%;
    height: 100%;
    top: -50px;
    right: 0;
    background: #023a59;
    position: absolute;
    transform: rotate(0);
    transition: all .3s;
}
.suspend_nav .list i {
    display: block;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.suspend_nav .list p {
    position: relative;
    z-index: 2;
}
.suspend_nav .top {
    padding: 0;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.suspend_nav .top:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.suspend_nav .top.active {
    height: 50px;
    opacity: 1;
}
.suspend_nav .top i {
    font-size: 25px;
}
.suspend_nav .on-off {
    padding: 0;
    line-height: 50px;
}
.suspend_nav .on-off.active i {
    transform: rotate(135deg);
}
.suspend_nav .list:hover {
    color: #fff;
}
.suspend_nav .list:hover:before {
    top: 0;
    transform: rotate(90deg);
}
.suspend_nav ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.suspend_nav ul li .list {
    border: none;
}
.suspend_nav ul li .weixin {
    position: absolute;
    right: 65px;
    bottom: 0;
    border: 1px solid #098cd4;
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: all .3s;
    padding-bottom: 10px;
    background: #fff;
    padding: 5px;
}
.suspend_nav ul li .weixin:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #098cd4;
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all .5s;
}
.suspend_nav ul li .weixin img {
    width: 150px;
    height: 150px;
}
.suspend_nav ul li:hover .weixin {
    transform: scale(1);
}
.suspend_nav ul li:hover .weixin:before {
    bottom: 18px;
}
.suspend_nav ul li .popup {
    position: absolute;
    min-width: 200px;
    min-height: 200%;
    top: 0;
    right: 100%;
    border: 1px solid #098cd4;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #098cd4;
    color: #fff;
    visibility: hidden;
    transition: all .3s;
    opacity: 0;
    padding: 0 15px;
}
.suspend_nav ul li .popup:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 0 solid #098cd4;
    position: absolute;
    top: 0;
    left: 100%;
    transition: top .5s;
}
.suspend_nav ul li .popup p {
    font-size: 16px;
}
.suspend_nav ul li .popup h5 {
    font-size: 20px;
    margin-top: 5px;
}
.suspend_nav ul li .popup a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
}
.suspend_nav ul li:hover .popup {
    visibility: visible;
    right: 65px;
    opacity: 1;
}
.suspend_nav ul li:hover .popup:before {
    top: 18px;
    border-left-width: 10px;
}


/*ç§»åŠ¨ç«¯åº•éƒ¨çƒ­ç‚¹*/
.bottom_link {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #098cd4;
    text-align: center;
    z-index: 5000;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li {
    width: 33.33%;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.bottom_link ul li:last-child {
    border: none;
}

.bottom_link ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    position: relative;
}

.bottom_link ul li a i {
    display: block;
    height: 20px;
}

.bottom_link ul li:last-child a i {
    font-size: 20px;
    position: relative;
    top: -1px;
}


.neiye {
    margin: 30px 0;
}

.title3 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.title3 h5 {
    font-size: 20px;
    position: relative;
}

.title3 h5::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #0865a9;
    position: absolute;
    bottom: -11px;
    left: 0;
}

.title3 p {
    color: #616161;
    font-size: 12px;
    position: absolute;
    top:50%;
    right: 0;
    transform:translateY(-50%);
}

.title3 a {
    font-size: 12px;
    color: #292929;
}

.title3 a:hover {
    color: #098cd4;
}

/*è¯¦æƒ…é¡µ*/
.xqy {
    line-height: 25px;
    min-height: 300px;
}
.xqy .title {
    text-align: center;
    margin-bottom: 20px;
}
.xqy .title h5 {
    font-size: 16px;
    font-weight: bold;
}
.xqy .title p {
    color: #999;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px dashed #999;
}
.xqy .con {
    line-height: 25px;
}
.xqy .con img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


.cp-ny{padding:0 5px;}
.cp-ny .col-xs-6{padding:0;}
.cp-ny .news4{
    margin:0 10px 20px;
}

.news5 {
    display: block;
    border: 1px solid #e9e9e9;
    padding: 18px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
}
.news5 .imgbox {
    width: 245px;
    height: 209px;
    overflow: hidden;
}
.news5 .imgbox .img {
    width: 100%;
    height: 100%;
}
.news5 .text_box {
    padding: 10px 0 0 266px;
}
.news5 h5 {
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: initial
}
.news5 p {
    color: #a8a8a8;
    margin-top: 10px;
}
.news5 .text {
    line-height: 24px;
    color: #797979;
    height: 72px;
    overflow: hidden;
    margin: 15px 0;
}
.news5 b {
    display: block;
    width: 93px;
    line-height: 29px;
    border: 1px solid #d4d4d4;
    color: #333;
    border-radius: 30px;
    font-weight: normal;
    text-align: center;
}
.news5 b img{
    position:relative;
    top:-1.5px;
}
.news5 b img.img-2{
    display:none;
}
.news5:hover {
    border-color: #098cd4;
    box-shadow:3px 3px 10px rgba(9, 140, 212, .2);
}
.news5:hover .img {
    transform: scale(1.1);
}
.news5:hover h5 {
    color: #098cd4;
}
.news5:hover b {
    background: #098cd4;
    border-color: #098cd4;
    color: #fff;
}
.news5:hover b img.img-1{
    display:none;
}
.news5:hover b img.img-2{
    display:initial;
}


/*åª’ä½“æŸ¥è¯¢å¼€å§‹*/
@media (min-width:992px){
.cp_con:hover .img,
.al_con:hover .img,
.news2:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1, 1.1);
}

.cp_con:hover {
    background: #098cd4;
    border-color: transparent;
}

.cp_con:hover h5 {
    color: #fff;
}

.al_con:hover {
    background: #098cd4;
}

.al_con:hover h5,
.al_con:hover .text {
    color: #fff;
}

.al_con:hover:before,
.al_con:hover:after {
    opacity: 1;
}

.news2:hover h5,
.yqlj .swiper-container a:hover {
    color: #1982ff;
}

.gsjj .sp_box a:hover .img {
    transform: scale(1.1);
}

.gsjj .con .title:hover {
    color: #fe9b0f;
}
}

@media (max-width:991px){
header .sjdnav{display:none;width:150px;height:auto;position:absolute;right:0;top:100px;z-index:2000;}
header .sjdnav ul{padding:0;margin:0;}
header .sjdnav li{display:block;padding:0;text-align:center;border-bottom:1px solid rgba(255,255,255,0.2);background:#098cd4;}
header .sjdnav li a{display:block;color:#fff;line-height:40px;font-size:16px;}
header .ydd_btn{width:40px;cursor:pointer;position:absolute;z-index:2000;top:35px;right:15px;}
header .ydd_btn span{display:block;width:100%;height:8px;background:#098cd4;}
header .ydd_btn span.span02{margin:5px 0;}
header .ydd_btn.click span{background:#098cd4;}
header .ydd_btn.click span.span01{transform:rotate(45deg);-ms-transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); position:relative;top:8px;margin-top:0px;	} 
header .ydd_btn.click span.span02{margin:0.5px 0;}
header .ydd_btn.click span.span03{transform:rotate(-45deg);-ms-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg);position:relative;top:-8px;margin-top:0px;}
header .ydd_btn.click span.span02{ width:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}
header .logo_box{height:auto;}
header .logo_box .logo{line-height:100px;max-width:60%;}
.nav1{margin-bottom:20px;}
.nav1 .title{line-height:50px;font-size:20px;}
.nav1 .title span.span1{margin:0 5px 0 15px;position:relative;top:2.5px;}
.nav1 ul li a{line-height:40px;padding:0 10px;text-align:center;}
.nav1 ul li a:before,.nav1 ul li a:after,.nav1 ul dl dd a:before{display:none;}
.nav1 ul dl.dl1{display:none;}
.nav1 ul dl dd a{line-height:35px;padding:0 10px;text-align:center;}
.gsjj .sp_box{padding:0 0 20px 0;}
.gsjj .sp{height:400px;}
.gsjj .sp_box i{display:none;}
.fwlc ul.ul1 li.jt{width:5%;}
.fwlc ul.ul1 li{width:30%;margin-bottom:10px;}
.fwlc ul.ul1 li:nth-child(6){display:none;}
.fwlc .con_box1{text-align:center;padding:0;}
.fwlc .con_box1:before,.fwlc .con_box1:after{display:none;}
.fwlc .con_box1 .phone{display:inline-block;float:none !important;}
.news2{margin-bottom:20px;}
.news2 .img{height:auto;}
.cpzx_xq .con_box2{margin-top:30px;}
.gsjj .sp_box a .img{height:auto;}
.gsjj .con .text{height:auto;max-height:144px;}
.cfsb{padding-bottom:50px;}
.youshi .top{height:auto;}
.youshi .top .text{display:none;}
.youshi .top img.img-1{width:200px;margin-top:0;}
.youshi-con i.bx,.youshi-con::before{display:none;}
.youshi-con ul{margin-bottom:30px;}
.youshi-con ul li{width:100%;}
.youshi-con ul li:nth-child(1){display:none;}
.youshi-con ul li .text2{height:auto;max-height:210px;}
}

@media (max-width:767px){
header .sjdnav{top:80px;}
header .ydd_btn{width:35px;top:30px;}
header .ydd_btn span{height:4px;}
header .ydd_btn span.span02{margin:3px 0;}
header .ydd_btn.click span.span02{margin:4px 0;}
header .logo_box .logo{line-height:80px;max-width:70%;}
.carousel-indicators{bottom:2px;}
.cpzx{margin:30px 0 20px;}
.cpzx_box{padding:0 10px;}
.cpzx_box .col-sm-12{padding:0 5px;}
.cp_con{margin:0 5px 10px;}
.cp_con h5{line-height:30px;}
.gsjj{padding:30px 0;}
.gsjj .sp{height:350px;}
.gsjj .con .title{font-size:20px;}
.gsjj .con p{font-size:14px;padding:5px 0 10px;}
.gsjj .con p:before{width:100px;}
.gsjj .con .text{margin:20px 0;}
.title1{margin:30px 0;}
.title1 .con:before,.title1 .con:after{margin-right:10px;}
.title1 .con:after{margin:0 0 0 10px;}
.title1 h5{font-size:20px;}
.fwlc .con_box1{margin:20px 0 30px;}
.nav2 a{width:120px;line-height:30px;font-size:14px;margin:0 5px 10px 5px;}
.hzal{padding-bottom:0;}
.al_con .text_box{padding:10px;}
.al_con .text_box h5{font-size:16px;}
.xwdt{padding-bottom:20px;}
.news2{padding:10px;}
.news2:before{display:none;}
.news2 .text_box h5{margin-top:10px;}
.news2 .text_box .text{margin:10px 0 15px;}
footer .bottom{text-align:center;}
footer .bottom i{top:-100px;}
.cpzs_ny.row{padding:0 10px;}
.gcal_ny.row{padding:0 10px;}
.gcal_ny .al_con{margin:0 5px 10px;}
.gcal_ny h5{line-height:30px;}
.cpzx_xq .con_box2 .title{font-size:16px;}
.news1 h5{font-size:16px;}
.youshi-con{margin-top:30px;}
.youshi-con ul li .title{padding-bottom:10px;margin-bottom:10px;}
.youshi-con ul li .title img{height:66px;width:auto;}
.youshi-con ul li .title .text1{padding:5px 0 0 68px;}
.youshi-con ul li .title .text1 h5{font-size:20px;}
.youshi-con ul li .title .text1 p{font-size:14px;}
.youshi-con ul:last-child{margin-bottom:30px;}
.hzhb{padding-bottom:30px;}
body{padding-bottom:50px;}
.yqlj dl dt{float:none !important;border:none;padding:0;}
.yqlj dl dd{margin:10px 0 0 0;}
.cp-ny{padding:0 10px;}
.cp-ny .news4{
    margin:0 5px 10px;
}
.news5 {
    padding: 5px;
    margin-bottom: 15px;
}
.news5 .imgbox {
    width: 120px;
    height: 90px;
}
.news5 .text_box {
    padding: 0 0 0 130px;
}
.news5 h5 {
    font-size: 16px;
}
.news5 p {
    margin-top: 0;
    font-size: 12px;
}
.news5 .text {
    line-height: 20px;
    height: 40px;
    margin: 5px 0;
    font-size: 13px;
}
.news5 b {
    display: none;
}

}

@media (max-width:479px){
header .ydd_btn{width:25px;top:21px;}
header .sjdnav{top:60px;}
header .logo_box .logo{line-height:60px;width:70%;}
.gsjj .sp{height:260px;}
.gsjj .con ul li{width:50%;}
.gsjj .con ul li:nth-child(1),.gsjj .con ul li:nth-child(2){margin-bottom:16px;}
.fwlc ul.ul1 li{width:45%;}
.fwlc ul.ul1 li.jt{width:10%;line-height:62px;}
.fwlc ul.ul1 li:nth-child(6){display:block;}
.fwlc ul.ul1 li:nth-child(4),.fwlc ul.ul1 li:nth-child(8){display:none;}
.fwlc ul.ul1 li .con{padding:10px 0;}
.fwlc ul.ul1 li .imgbox{height:30px;line-height:30px;}
.fwlc ul.ul1 li .imgbox img{max-height:30px;}
.news3 .rq{width:100px;}
.news3 .text_box{padding-left:110px;}
.news3 .text_box h5{font-size:16px;}
.cpzx_xq .con_box2 .an a{width:100%;margin:5px auto !important;}
}
</pre></body></html>